################################--EXAMPLE_1--################################

$ helm repo add prometheus-community https://prometheus-community.github.io/helm-charts

$ helm repo update

$ kubectl create namespace prometheus

$ helm install prometheus prometheus-community/kube-prometheus-stack -n prometheus

################################--EXAMPLE_2--################################
$ helm repo add stable https://charts.helm.sh/stable

$ helm repo add prometheus-community https://prometheus-community.github.io/helm-charts

$ helm search repo prometheus-community

$ kubectl create namespace prometheus

$ helm install stable prometheus-community/kube-prometheus-stack -n prometheus

LINK :- https://www.coachdevops.com/2022/05/how-to-setup-monitoring-on-kubernetes.html
